home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the textSize of member "user" to 20
- set the textStyle of member "user" to "bold"
- set the foreColor of member "user" to 246
- repeat with n = 3 to 8
- handcursor(n)
- end repeat
- set the text of field "user" to the text of field "name"
- go(the frame)
- end
-